home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pchart.zip / PCHART.TXT < prev    next >
Text File  |  1991-05-02  |  3KB  |  87 lines

  1.                                   Chart
  2.              written in Turbo Pascal for Windows
  3.                                 PCHART.TXT
  4.  
  5. Introduction
  6. ------------
  7. PChart is a Windows program written in Turbo Pascal for Windows that
  8. illustrates the use of the ObjectWindows application framework.
  9. This program is copyright (c) 1991, M. Zack Urlocker.  All rights
  10. reserved.  This program and its source code may be freely distributed
  11. for non-commercial use.
  12.  
  13. The files include:
  14.  
  15.  PCHART.EXE     - Executable program file
  16.  PCHART.PAS     - Turbo Pascal for Windows main program source
  17.  PCHART.RES     - Windows resource file
  18.  CHARTS.PAS     - Charts unit Pascal source code
  19.  DICTS.PAS      - Dicts unit Pascal source code
  20.  *.CHT          - Various chart files stored to disk
  21.  PCHART.TXT     - This file
  22.  
  23. If you have received a ZIP file, you must unzip it first.
  24.  
  25. Using Chart
  26. -----------
  27.  
  28. This program requires Microsoft Windows 3.0 or later.  To start the
  29. program start Windows and then use the File Run command to start
  30. PCHART.EXE.  Or run Chart directly from the DOS C:> prompt by typing:
  31.  
  32.    WIN PCHART
  33.  
  34.  
  35. The program features:
  36.  
  37.    - Horizontal, vertical, 3D vertical and Pie charts
  38.    - Zoomable, resizable screen
  39.    - CUA and Lotus style menu commands
  40.    - File Open and save of charts
  41.    - Editing with the mouse or keyboard
  42.  
  43.  
  44. NOTES
  45. -----
  46.  
  47. Version 1.0  05/02/91
  48.  -Written in Turbo Pascal for Windows
  49.  -Includes mouse and keyboard interface
  50.  
  51.  
  52. Turbo Pascal for Windows Users
  53. ------------------------------
  54.  
  55. This program illustrates some of the basic ideas common to many Windows
  56. programs including mouse handling, graphics, resizing, rescaling,
  57. fonts, colors, dialog boxes, collections, streams and file input and
  58. output.  Feel free to experiment with the source code to learn how
  59. to implement similar features in your own programs.
  60.  
  61. You can compile this program with the Windows IDE or the command line
  62. compiler.  To compile with the command line compiler type the following
  63. at the DOS C:> prompt:
  64.  
  65.     TPCW -b PCHART.PAS
  66.  
  67.  
  68. About Turbo Pascal for Windows
  69. ------------------------------
  70.  
  71. Turbo Pascal for Windows is a complete development system for creating
  72. Windows applications.  It includes a Windows Integrated Development
  73. Environment, ObjectWindows application framework, and Turbo Debugger for
  74. Windows.  You do not need the Microsoft Windows Software Development Kit
  75. (SDK) to use Turbo Pascal for Windows.
  76.  
  77. For more information about Turbo Pascal for Windows
  78. contact:
  79.  
  80.      Borland International
  81.          1800 Green Hills Rd
  82.          Scotts Valley, CA 95066
  83.          USA
  84.  
  85. or your local distributor.
  86.                                     * * *
  87.